#!/bin/bash
HERE="$(cd "$(dirname "$0")" && pwd)"
HTML="$HERE/../Resources/index.html"
open "$HTML"
